home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 7
/
CU Amiga Magazine's Super CD-ROM 07 (1997)(EMAP Images)(GB)(Track 1 of 8)[!][issue 1997-02].iso
/
index
< prev
next >
Wrap
Text File
|
1996-12-23
|
458b
|
21 lines
; Searches the CD.index file for a specified string
Version >NIL: version 37
if WARN
echo ""
echo "You need at least version 2.04 of the operating system to run SearchIndex"
quit
endif
:C/FlashFind :CUCD.index `:C/RequestString TITLE "Search CD Index" BODY "Please enter the string to search for"` >RAM:CUCDindex
Version >NIL: version 39
if WARN
AmigaGuide RAM:CUCDindex
else
MultiView RAM:CUCDindex
endif
delete >NIL: RAM:CUCDindex